home *** CD-ROM | disk | FTP | other *** search
/ Games Gallery 98 / Games Gallery 98 - Disc 1.iso / Content / DYNAMITE / dynamite.exe / _SETUP.1 / WaveMixAll.INI < prev    next >
Encoding:
INI File  |  1996-07-19  |  2.0 KB  |  64 lines

  1. [general]
  2. ; if ShowDevices exists and is non-zero then will display wave out devices and other stuff
  3. ;
  4. ; ShowDevices=0  : default
  5. ; ShowDevices=1     : show output from waveOutGetDevCaps
  6. ShowDevices=0
  7.  
  8. ; if WaveOutDevice exists it should be between zero and one less num devices
  9. ; the default is WAVE_MAPPER
  10. ;
  11. ; WaveOutDevice=0 : use the first device (default)
  12. ; WaveOutDevice=1 : use the second device
  13. ; WaveOutDevice=-1: use WAVE_MAPPER (will use [Unknow Device] setttings)
  14. ;
  15. ;
  16. WaveOutDevice=-1
  17.  
  18. ; Wavemix will detect if it is running on a 286 and not use any 386 instructions
  19. ; you can force it to use the 286 only code on a 386 by setting cmixit=1
  20. ; cmixit=0 (default) 
  21. ; cmixit=1 uses only 286 code (even on a 386 or >)
  22.  
  23. [default]
  24. WaveBlocks=5
  25.  
  26. ; Remix=1 = ResetRemix()
  27. ; Remix=2 = NoResetRemix()
  28. ; default=1
  29. Remix=1
  30.  
  31. ; GoodWavePos=0 = uses timeGetTime() (default)
  32. ; GoodWavePos=1 = uses waveOutGetPosition()
  33. GoodWavePos=0
  34.  
  35. ; WaveBlocks=#  (2<=#<=6) the number of ping pong buffers to use
  36. ; default=3
  37. WaveBlocks=5
  38.  
  39. ; WaveBlockLen=#  min = 512 max = 4096
  40. ; if a number is not specified Wavemix.dll will try to determine a size
  41. ;
  42.  
  43. ; SamplesPerSec=11 (11.025 Khz) (default)
  44. ; =22 (22.04  KHz)
  45. ; =44 (44.1   KHz)
  46. SamplesPerSec=11
  47. WaveBlockLen=688
  48.  
  49. [not compatible]
  50. ; sound drivers that are not compatible with wavemix.dll can be added here
  51. ; (the=1 is necessary).  One of the major conflicts occur with the PC Speaker
  52. ; drivers.  The wavemix.dll will only work with devices that support asynchronous
  53. ; operation - most of the pc speaker drivers are synchronous.  The name of the devices
  54. ; can be easily seen by setting ShowDevices=1 in the [general] section and then running
  55. ; a program which uses the wavemixer.  One major problem with some of the pc speaker
  56. ; drivers is that they report that they are asynchronous when they are really not.
  57.  
  58. ; WaveOutDevice=0
  59. ; Remix=1
  60. ; GoodWavePos=0
  61. ; WaveBlocks=3
  62. ; SamplesPerSec=11
  63. ; WaveBlockLen=2048
  64.